From 94dcd831aba69cbccd636134440337c11989eecf Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 3 Sep 2007 23:31:56 +0000 Subject: [PATCH] Fix geocache tags on read so we can really read archived/enabled state. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2989 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/gpx.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gpsbabel/gpx.c b/gpsbabel/gpx.c index cd7ed9f05..bf9fcfd6b 100644 --- a/gpsbabel/gpx.c +++ b/gpsbabel/gpx.c @@ -295,7 +295,9 @@ tag_mapping tag_path_map[] = { #define GARMIN_WPT_EXT "/gpx/wpt/extensions/gpxx:WaypointExtension" - GEOTAG( tt_cache, "cache"), +// GEOTAG( tt_cache, "cache"), + { tt_cache, 1, "/gpx/wpt/groundspeak:cache" }, + GEOTAG( tt_cache_name, "name"), GEOTAG( tt_cache_container, "container"), GEOTAG( tt_cache_type, "type"), -- 2.30.2